object MoonTrayPopup: TMoonTrayPopup Left = 510 Top = 361 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'MoonSecure AV' ClientHeight = 110 ClientWidth = 229 Color = clCream Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lbMsg: TLabel Left = 8 Top = 8 Width = 169 Height = 73 AutoSize = False Caption = 'MoonSecure Antivirus Messages' Transparent = True WordWrap = True end object Image1: TImage Left = 184 Top = 6 Width = 41 Height = 41 Picture.Data = {} end object lbFirst: TLabel Left = 8 Top = 93 Width = 15 Height = 13 Cursor = crHandPoint Caption = '<<' Color = clActiveCaption Font.Charset = DEFAULT_CHARSET Font.Color = clHighlight Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object lbLast: TLabel Left = 109 Top = 93 Width = 15 Height = 13 Cursor = crHandPoint Caption = '>>' Color = clActiveCaption Font.Charset = DEFAULT_CHARSET Font.Color = clHighlight Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object lbNext: TLabel Left = 89 Top = 93 Width = 15 Height = 13 Cursor = crHandPoint Caption = '=>' Color = clActiveCaption Font.Charset = DEFAULT_CHARSET Font.Color = clHighlight Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object lbPrevious: TLabel Left = 27 Top = 93 Width = 15 Height = 13 Cursor = crHandPoint Caption = '<=' Color = clActiveCaption Font.Charset = DEFAULT_CHARSET Font.Color = clHighlight Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 192 Top = 80 end object fTimer: TTimer Enabled = False Interval = 1 OnTimer = fTimerTimer Left = 192 Top = 48 end end